From 796cfa8f0d094a5e050703a6133f31acf392621d Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Fri, 8 Mar 2002 20:16:30 +0000 Subject: [PATCH] List -I/opt/gtk/include not -I /opt/gtk/include. Fri Mar 8 15:14:32 2002 Owen Taylor * gtk/building.sgml: List -I/opt/gtk/include not -I /opt/gtk/include. * gtk/building.sgml: Add a gloss for XIM. --- docs/reference/ChangeLog | 7 +++++++ docs/reference/gtk/building.sgml | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index be1788ceac..b84d55e888 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,10 @@ +Fri Mar 8 15:14:32 2002 Owen Taylor + + * gtk/building.sgml: List -I/opt/gtk/include not + -I /opt/gtk/include. + + * gtk/building.sgml: Add a gloss for XIM. + 2002-03-07 Matthias Clasen * gdk-pixbuf/tmpl/animation.sgml, gdk-pixbuf/tmpl/gdk-pixbuf.sgml, diff --git a/docs/reference/gtk/building.sgml b/docs/reference/gtk/building.sgml index 04fc041b4f..a69a435dc3 100644 --- a/docs/reference/gtk/building.sgml +++ b/docs/reference/gtk/building.sgml @@ -98,7 +98,7 @@ How to compile GTK+ itself these variables as: - CPPFLAGS="-I /opt/gtk/include" + CPPFLAGS="-I/opt/gtk/include" LDFLAGS="-L/opt/gtk/lib" PKG_CONFIG_PATH="/opt/gtk/lib/pkgconfig" export CPPFLAGS LDFLAGS PKG_CONFIG_PATH @@ -431,8 +431,8 @@ How to compile GTK+ itself These options can be used to control whether GTK+ will - be compiled with support for XIM. - The default is yes. + be compiled with support for XIM. (The X Input Method + extension, used for Japanese input.) The default is yes. -- 2.30.2